From 00e0622050161172bb85afdb538136e16f8bf04c Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 16 Nov 2003 23:43:33 +0000 Subject: [PATCH] (struct it): New member first_vpos. --- src/dispextern.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index d38f3d34275..615d1a02670 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1964,6 +1964,9 @@ struct it glyph_row in move_it_to and display_line. */ int current_y; + /* Vertical matrix position of first text line in window. */ + int first_vpos; + /* Current vertical matrix position, or line number. Automatically incremented by move_it_to and display_line. */ int vpos; -- 2.30.2